Created: 21/05/2024
By: José Lucas
Email:
jlucas.gamedev@gmail.com
Thank you for purchasing our game. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
IMPORTANT: THIS GAME WAS DEVELOPED USING CONSTRUCT 3 RELEASE 265
The code is organized by Event Sheets and Groups. Each sheet/group
manages something different in the code.
This improves organization and makes changes easier.
The code is self-explanatory since it is all commented:
Open Construct 2 or 3 then double-click on the images you want to change.
In the image editor window you can make a variety of changes including: erase, paint, draw, rotate, size. Also you can set origin point and change the collision boundaries.
The new images should be the same size to reflect the same game experience.
After that you just need to save, export and publish the game.
Here are the 3 steps necessary to export your game to HTML5:
In order to add the games to your website or blog (wordpress), you just need to create an iframe and link to the folder you uploaded the game to it. For example, if you upload the game to the folder http://www.website.com/game/mygame/, you will need to create an iframe like this:
<iframe src="http://www.website.com/game/mygame/" width="600" height="300"></ifame>
Once again, thank you so much for purchasing this game. As I said at the beginning, I'd be glad to help you if you have any questions relating to this game. No guarantees, but I'll do my best to assist. If you have a more general question relating to the games on Codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.